Tip! Click the first toolbar button to hide the navigation while viewing the Explorer.

Tip! You can export the YAML using the Export button on the Overview tab of the Explorer.

 


Before the image API can be used to update images in the Image Management application, the file has to be uploaded to the file repository.


For this, the following multipart API call is needed, which is not part of the image API. Multipart requests combine one or more sets of data into a single body, separated by boundaries. These are typically used for file uploads and for transferring data of several types in a single request (for example, a file along with a JSON object).